func runtime.casGToWaitingForSuspendG
8 uses
runtime (current package)
mgc.go#L1358: casGToWaitingForSuspendG(curgp, _Grunning, waitReasonGarbageCollection)
mgc.go#L1857: casGToWaitingForSuspendG(gp, _Grunning, waitReasonGCWorkerActive)
mgcmark.go#L288: casGToWaitingForSuspendG(userG, _Grunning, waitReasonGarbageCollectionScan)
mgcmark.go#L740: casGToWaitingForSuspendG(gp, _Grunning, waitReasonGCAssistMarking)
proc.go#L1401: func casGToWaitingForSuspendG(gp *g, old uint32, reason waitReason) {
proc.go#L1641: casGToWaitingForSuspendG(getg().m.curg, _Grunning, waitReasonStoppingTheWorld)
proc.go#L2125: casGToWaitingForSuspendG(gp, _Grunning, reason)
trace.go#L512: casGToWaitingForSuspendG(me, _Grunning, waitReasonTraceGoroutineStatus)
 |
The pages are generated with Golds v0.8.4. (GOOS=linux GOARCH=amd64)
Golds is a Go 101 project developed by Tapir Liu.
PR and bug reports are welcome and can be submitted to the issue list.
Please follow @zigo_101 (reachable from the left QR code) to get the latest news of Golds. |